T
type of the extension to set
Keysight Pathwave 89600 VSA .NET API
SetExtension<T> Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Keysight.SA.VsaInternal Namespace > IExtensible<TExtension> Interface : SetExtension<T> Method


Glossary Item Box

Sets the extension to the desired type.

Syntax

Visual Basic (Declaration) 
Function SetExtension(Of T As TExtension)() As T
C# 
T SetExtension<T>()
where T: TExtension
C++/CLI 
T^ SetExtensiongeneric<typename T>
(); 
where T: TExtension

Type Parameters

T
type of the extension to set

Return Value

the instance of the extension that was created

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also